翻訳と辞書
Words near each other
・ Roma–Ciudad Miguel Alemán International Bridge
・ Rombach
・ Rombach (Aal)
・ Rombach (Liederbach)
・ Rombach Place
・ Rombach, Luxembourg
・ Rombach-le-Franc
・ Rombak Bridge
・ Rombaken
・ Rombark
・ Rombas
・ Rombauer, Missouri
・ Rombault Mbuayama Nsiona
・ Rombaut Pauwels
・ Romberg
Romberg's method
・ Romberg's test
・ Romberger
・ Romberger-Stover House
・ Rombertik
・ Rombertus van Uylenburgh
・ Rombha Nallavan Da Nee
・ Rombi language
・ Rombies-et-Marchipont
・ Rombiolo
・ Rombley
・ Romblomanon
・ Romblomanon language
・ Romblomanon people
・ Romblon


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Romberg's method : ウィキペディア英語版
Romberg's method

In numerical analysis, Romberg's method is used to estimate the definite integral
: \int_a^b f(x) \, dx
by applying Richardson extrapolation repeatedly on the trapezium rule or the rectangle rule (midpoint rule). The estimates generate a triangular array. Romberg's method is a Newton–Cotes formula – it evaluates the integrand at equally spaced points.
The integrand must have continuous derivatives, though fairly good results
may be obtained if only a few derivatives exist.
If it is possible to evaluate the integrand at unequally spaced points, then other methods such as Gaussian quadrature and Clenshaw–Curtis quadrature are generally more accurate.
The method is named after (1909–2003), who published the method in 1955.
== Method ==
Using
:h_n = \tfrac(b-a),
the method can be inductively defined by
:R(0,0) = h_1 (f(a) + f(b))
:R(n,0) = \tfrac R(n-1,0) + h_n \sum_^ (R(n,m-1) - R(n-1,m-1))
or
:R(n,m) = \tfrac ( 4^ R(n,m-1) - R(n-1,m-1))
where n \ge m \, and m \ge 1 \, .
In big O notation, the error for ''R''(''n'', ''m'') is :
: O\left(h_n^\right). \,
The zeroeth extrapolation, ''R''(''n'', 0), is equivalent to the trapezoidal rule with 2''n'' + 1 points; the first extrapolation, ''R''(''n'', 1), is equivalent to Simpson's rule with 2''n'' + 1 points. The second extrapolation, ''R''(''n'', 2), is equivalent to Boole's rule with 2''n'' + 1 points. Further extrapolations differ from Newton Cotes formulas. In particular further Romberg extrapolations expand on Boole's rule in very slight ways, modifying weights into ratios similar as in Boole's rule. In contrast, further Newton Cotes methods produce increasingly differing weights, eventually leading to large positive and negative weights. This is indicative of how large degree interpolating polynomial Newton Cotes methods fail to converge for many integrals, while Romberg integration is more stable.
When function evaluations are expensive, it may be preferable to replace the polynomial interpolation of Richardson with the rational interpolation proposed by .

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Romberg's method」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.